p {
    text-shadow: 0px 0px 2px #cccccc;
}

h1 {
    color: #fff;
    background-color: #4266ae;
    Text-transform: uppercase;
	letter-spacing: 0.05rem;
    border-radius: 5px;
    margin: 15px 0px 10px 0px;
    padding: 7px 10px;
}

h2 {
    color: #4266ae;
    background-color: #fff;
    Text-transform: uppercase;
	letter-spacing: 0.05rem;	
    font-weight: bold;
    border-top: 2px solid #4266ae;
    border-left: 2px solid #4266ae;
    border-right: 2px solid #4266ae;
    border-bottom: 2px solid #4266ae;
    border-radius: 5px;
    margin: 15px 0px 10px 0px;
    padding: 7px 10px;
}

h3 {
    color: #4266ae;
    font-weight: bold;
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #4266ae;
    border-radius: 5px;
    margin: 15px 0px 10px 0px;
    padding: 7px 10px;
}

h4 {
    color: #4266ae;
    font-weight: normal;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+39,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    border-radius: 5px;
    margin: 15px 0px 10px 0px;
    padding: 7px 10px;
}

pre {
    color: #4266ae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
    font-weight: bold;
    text-shadow: 0px 0px 12px white, 0 0 1em white, 0 0 0.2em white;
    margin: 15px 10px 10px 10px;
    padding: 10px;
    display: inline;

    hyphens: auto;
    word-break: normal;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

h5 {
    color: #4266ae;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: justify;
    font-style: italic;

    line-height: 130%;
    border-left: 5px solid #4266ae;
    border-right: 5px solid #4266ae;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 100px 10px 50px 10px;
    display: block;
    width: auto;
}

h6 {
    color: #e64321;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url('../../../images/habillage/picto_A-important.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    text-align: justify;
    font-style: italic;

    line-height: 130%;
    font-weight: normal;
    border: 1px solid #e64321;
    border-radius: 5px;
    padding: 10px 20px 10px 50px;
    margin: 5px 10px 5px 10px;
    display: block;
    width: auto;
}
address {
	color: #666;
	text-align: right;
	text-transform: uppercase;
	background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #4266ae;
    min-height: 20px;
	min-width: 33%;
    padding: 20px 2%;
	margin: 5px auto; 
	display:table;
	width: auto;
}
code {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-shadow: initial;
	font-weight: bold;
	background-color: #4266ae;
    border: 1px solid #4266ae;
    border-radius: 5px;

	display:inline;
    padding: 5px;
    margin: 5px;
}
Samp {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-shadow: initial;
	font-weight: bold;
	background-color: #4266ae;
    border: 1px solid #4266ae;
    border-radius: 5px;

	display:inline;
    padding: 5px;
    margin: 5px;
}
dl {
	
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url('../../../images/habillage/xicon-calendar.png');
	background-position:left top;
	background-repeat:no-repeat;
	background-position: 10px 7px ;
	font-style : italic;

	font-size: 100%;
	line-height: 130%;
    border-right: 2px solid #4266ae;
    border-radius: 5px;
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 0px 200px;
}
dt { 
	color: #4266ae;
	font-size: 90%;
	text-shadow: 0px 0px 12px white, 0 0 1em white, 0 0 0.2em white;
	font-weight: bold;
	margin: 2px 0 5px 40px;
	text-transform: uppercase;
}
dd {
	color: #666;
	margin: 0;
	padding: 2px 0 5px 40px;
}
table {
	table-layout: fixed; 
	word-wrap: break-word;
}
th { 
	word-wrap: break-word;
}
tr { 
	word-wrap: break-word;
}
td { 
	word-wrap: break-word;
}

